/*首页语言*/
.language-switcher17 {
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 1000;
  margin-top: 13px;
}
/*栏目页语言*/
.language-switcher11 {
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 1000;
}


.lang-btn11 {
  background: #bfbfbf;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.lang-options11 {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  min-width: 120px;
}

.lang-options11 a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
}

.lang-options11 a:hover {
  background: #f1f1f1;
}

/* 显示下拉菜单 */
.language-switcher17:hover .lang-options11 {
  display: block;
}

.language-switcher11:hover .lang-options11 {
  display: block;
}

/* 当前语言样式 */
.current-lang11 {
  font-weight: 600;
  letter-spacing: 1px;
}